home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
TestExtension.h
< prev
next >
Wrap
Text File
|
1992-04-21
|
408b
|
30 lines
/*
TestExtension.h
Aids the development of INIT resources.
Currently only stubs out call to ShowIconFamily.
by Mouse Herrell
© 1991 Berkeley Systems Inc.
*/
#ifndef __TEST_EXTENSION__
#define __TEST_EXTENSION__
#if __option(a4_globals)
#error
#endif
#include "Extension.h"
#if 0
#undef PatchTrap
#define PatchTrap new ScalperPatch->Install
#endif
void ShowIconFamily(short iconId);
#endif